projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a091c9
)
Remove empty new lines at the EOF
author
Giuseppe Scrivano
<gscrivan@redhat.com>
Thu, 7 Apr 2016 08:06:54 +0000
(10:06 +0200)
committer
Colin Walters (automation)
<walters+githubbot@verbum.org>
Thu, 7 Apr 2016 12:25:24 +0000
(12:25 +0000)
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
Closes: #242
Approved by: cgwalters
.travis.yml
patch
|
blob
|
history
docs/manual/repository-management.md
patch
|
blob
|
history
src/libostree/ostree-sysroot.c
patch
|
blob
|
history
src/switchroot/ostree-mount-util.c
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 7a80c942172dd0a677305a868f27210854c2840c..69ea10fdd370f53d8273aba3db7dc904e0a057cc 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-22,4
+22,3
@@
notifications:
branches:
only:
- auto
-
diff --git
a/docs/manual/repository-management.md
b/docs/manual/repository-management.md
index df92f6b9dcfc1ef5847cc2f04584df19a44bd147..ceb96cadcedfd611828f8449b26cc5c8773a1a0e 100644
(file)
--- a/
docs/manual/repository-management.md
+++ b/
docs/manual/repository-management.md
@@
-209,6
+209,3
@@
That will truncate the history older than 6 months. Deleted commits
will have "tombstone markers" added so that you know they were
explicitly deleted, but all content in them (that is not referenced by
a still retained commit) will be garbage collected.
-
-
-
diff --git
a/src/libostree/ostree-sysroot.c
b/src/libostree/ostree-sysroot.c
index 6ee3dff9a80e413a9fcc7c80ce33bf074e43c8bd..b114a901b38fc078368f3321c6a487338fa57828 100644
(file)
--- a/
src/libostree/ostree-sysroot.c
+++ b/
src/libostree/ostree-sysroot.c
@@
-1850,4
+1850,3
@@
ostree_sysroot_deployment_unlock (OstreeSysroot *self,
out:
return ret;
}
-
diff --git
a/src/switchroot/ostree-mount-util.c
b/src/switchroot/ostree-mount-util.c
index daec66c5762da746b99d7d56375f76eb6f26276b..bb27026cd72dad117e11453a4c3207ee135951f7 100644
(file)
--- a/
src/switchroot/ostree-mount-util.c
+++ b/
src/switchroot/ostree-mount-util.c
@@
-66,4
+66,3
@@
path_is_on_readonly_fs (char *path)
return (stvfsbuf.f_flag & ST_RDONLY) != 0;
}
-